home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2000 February
/
Macworld (2000-02).dmg
/
Shareware World
/
Comms & Internet
/
Flex-Able 1.0
/
FADocs
/
omit.able
< prev
next >
Wrap
Text File
|
1999-08-29
|
520b
|
26 lines
<html>
<head>
<link rel=stylesheet type="text/css" HREF="fa.css">
<title>Flex-Able: String Functions: Keep & Omit</title>
</head>
<body>
<DIV CLASS="topic">String Functions: Keep & Omit</DIV>
<p><br>
<p><br>
<:set string "Basset Hounds got long ears">
<pre>
Let's start with the string "<:echo string>".
Keeping the vowels gives us "<:keep string "aeiou">"
Omiting the vowels gives us "<:omit string "aeiou">"
</pre>
<hr>
<A HREF="quickstart.html" CLASS="back">back to Quick Start</A>
</body>
</html>